home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / gilhooly / unixudp.c < prev    next >
Text File  |  1995-03-01  |  101b  |  8 lines

  1. get a socket()
  2. bind() it to an address
  3. while (recvfrom())
  4. {
  5.   process the incoming message
  6. }
  7.  
  8.